home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / dev / c / fillbar_.rea < prev    next >
Text File  |  1997-03-02  |  8KB  |  144 lines

  1. Short:    Fillbar Image Class source code 43.5
  2. Author:   pcl38058@alfa.ist.utl.pt <Antonio Santos>
  3. Uploader: pcl38058@alfa.ist.utl.pt <Antonio Santos>
  4. Type:     dev/c
  5. Replaces: dev/c/fillbar-ic.*
  6.  
  7.  
  8. *--------------------------------------------------------------------------*
  9. FILLBAR Image Class - (c) Copyright 1997 Antonio Santos. All Rights Reserved
  10. *--------------------------------------------------------------------------*
  11.  
  12. This is the source for an "FILLBAR" image class BOOPSI object with SAS 6.
  13. It's based on the source code of the led.image found in the Amiga developer
  14. CD 1.1
  15. To make all the stuff in the package just do:
  16.     $ cd fillbar-ic
  17.     $ smake
  18.     $ smake doc
  19.     $ smake install
  20.     $ smake headers
  21.     $ smake clean
  22.  
  23.  
  24. ****************************************************************************
  25.  
  26.      NAME
  27.         fillbar.image-- Show the percentage of some work using a image.
  28.  
  29.      SUPERCLASS
  30.         imageclass
  31.  
  32.      DESCRIPTION
  33.         The fillbar.image image class provides a gauge that displays some
  34.         amount of work being done.
  35.  
  36. ****************************************************************************
  37.  
  38. To contact the author by email:
  39.     pcl38058@alfa.ist.utl.pt
  40.  
  41. To contact the author by normal mail:
  42.     Antonio Manuel Santos
  43.     Rua do Zaire, 5 1o dto
  44.     1170 Lisbon, Portugal
  45.  
  46.  
  47. *--------------------------------------------------------------------------*
  48.     In this revision 43.4 many bugs have been removed because I rewrote all
  49. the source code. Now is much more clean, fast and GUI friendly. Also is more
  50. font sensitive but I think there still might be some bugs in there.
  51.     IA_Left, IA_Top, IA_Width, IA_Height are understand. Check the autodocs.
  52.     Added some more space to the left/right labels. Hope now things look
  53. good on every screen on every amiga computer in the world 8-)
  54. *--------------------------------------------------------------------------*
  55.  
  56.   Computer magazines are allowed to distribute this archive on they're cover
  57. disks/CD's if they send me a copy of the magazine and if possible some
  58. shareware fee in order to motivate my work in the Amiga.
  59.   Aminet can distribute this archive in they Aminet CD releases without
  60. restritions. Other CD Rom sellers must contact me in order to distribute
  61. this files.
  62.   User should pay some kind of shareware fee for my work. I leave it to your
  63. imagination.
  64.  
  65.   Visit my (old) homepage: http://alfa.ist.utl.pt/~l38058
  66.  
  67.  
  68.  PERMSSN  UID GID  PACKED    SIZE  RATIO        CRC        STAMP       NAME
  69. ----------------- ------- ------- ------ ---------- ------------ -------------
  70. rwx------   0/0         0       0 ****** -lhd- 0000 Feb 17 20:14 fillbar-ic/
  71. rw-r--r--   0/0       569     998  57.0% -lh5- ae72 Feb 15 12:41 fillbar-ic/README
  72. rwx------   0/0       142     199  71.3% -lh5- 7716 Feb 15 12:41 fillbar-ic/SCOPTIONS
  73. rw-r--r--   0/0       802    2047  39.1% -lh5- 3901 Feb 15 12:41 fillbar-ic/classbase.c
  74. rw-r--r--   0/0       361    1410  25.6% -lh5- 3168 Feb 15 12:41 fillbar-ic/classbase.h
  75. rw-r--r--   0/0       274     873  31.3% -lh5- abef Feb 15 12:41 fillbar-ic/classbase.i
  76. rw-r--r--   0/0       598    1949  30.6% -lh5- 65d4 Feb 16 01:59 fillbar-ic/classdata.h
  77. rw-r--r--   0/0      1859    6621  28.0% -lh5- 27e1 Feb 15 12:41 fillbar-ic/classinit.asm
  78. rw-r--r--   0/0      3782   18212  20.7% -lh5- 9818 Feb 17 20:13 fillbar-ic/dispatch.c
  79. rw-r--r--   0/0        65     224  29.0% -lh5- 5377 Feb 15 12:41 fillbar-ic/endcode.asm
  80. rwx------   0/0      2626    4668  56.2% -lh5- cd69 Feb 17 20:14 fillbar-ic/fillbar.image
  81. rwx------   0/0      4177    7600  54.9% -lh5- cf9e Feb 17 20:14 fillbar-ic/fillbar.ld
  82. rwx------   0/0      2223    8744  25.4% -lh5- 6444 Feb 17 20:14 fillbar-ic/fillbar.map
  83. rw-r--r--   0/0       994    2917  34.0% -lh5- f1ad Feb 16 02:22 fillbar-ic/fillbar_ic.doc
  84. rw-------   0/0      1116    3091  36.1% -lh5- ced1 Feb 16 11:59 fillbar-ic/fillbar_ic.guide
  85. rw-r--r--   0/0       111     184  60.3% -lh5- 715a Feb 17 20:07 fillbar-ic/fillbar_rev.h
  86. rw-r--r--   0/0       126     227  55.5% -lh5- 4d9f Feb 17 20:07 fillbar-ic/fillbar_rev.i
  87. rw-r--r--   0/0         2       2 100.0% -lh0- 5797 Feb 17 20:07 fillbar-ic/fillbar_rev.rev
  88. rwx------   0/0         0       0 ****** -lhd- 0000 Feb 16 12:03 fillbar-ic/include/
  89. rwx------   0/0         0       0 ****** -lhd- 0000 Feb 16 12:12 fillbar-ic/include/images/
  90. rw-r--r--   0/0       535    1728  30.9% -lh5- 57ea Feb 16 12:04 fillbar-ic/include/images/fillbar.h
  91. rw-------   0/0       414    1115  37.1% -lh5- 7cb8 Feb 16 12:07 fillbar-ic/include/images/fillbar.i
  92. rwx------   0/0         0       0 ****** -lhd- 0000 Feb 15 12:41 fillbar-ic/include/intuition/
  93. rw-r--r--   0/0      1277    3645  35.0% -lh5- 587d Feb 15 12:41 fillbar-ic/include/intuition/classes.h
  94. rw-r--r--   0/0      1109    2991  37.0% -lh5- 244f Feb 15 12:41 fillbar-ic/include/intuition/classes.i
  95. rw-r--r--   0/0      4709   15653  30.0% -lh5- a7e8 Feb 15 12:41 fillbar-ic/include/intuition/gadgetclass.h
  96. rw-r--r--   0/0      4818   14948  32.2% -lh5- b953 Feb 15 12:41 fillbar-ic/include/intuition/gadgetclass.i
  97. rw-r--r--   0/0       213     339  62.8% -lh5- 154d Feb 17 20:10 fillbar-ic/release.notes
  98. rw-r--r--   0/0      1238    4260  29.0% -lh5- 0822 Feb 16 12:03 fillbar-ic/smakefile
  99. rwx------   0/0      4960    7884  62.9% -lh5- 75d3 Feb 16 12:34 fillbar-ic/test
  100. rw-r--r--   0/0      1505    4848  31.0% -lh5- 12f8 Feb 16 12:34 fillbar-ic/test.c
  101. rw-r--r--   0/0      1040    2389  43.5% -lh5- f84c Feb 17 20:15 fillbar-ic.readme
  102. ----------------- ------- ------- ------ ---------- ------------ -------------
  103.  Total   32 files   41645  119766  34.7%            Feb 17 20:15
  104.  
  105.  
  106. ============================= Archive contents =============================
  107.  
  108. Original  Packed Ratio    Date     Time    Name
  109. -------- ------- ----- --------- --------  -------------
  110.        0       0  0.0% 17-Feb-97 20:14:54 +
  111.      998     569 42.9% 15-Feb-97 12:41:50 +README
  112.      199     142 28.6% 15-Feb-97 12:41:50 +SCOPTIONS
  113.     2047     802 60.8% 15-Feb-97 12:41:48 +classbase.c
  114.     1410     361 74.3% 15-Feb-97 12:41:50 +classbase.h
  115.      873     274 68.6% 15-Feb-97 12:41:50 +classbase.i
  116.     1949     598 69.3% 16-Feb-97 01:59:12 +classdata.h
  117.     6621    1859 71.9% 15-Feb-97 12:41:50 +classinit.asm
  118.    18212    3782 79.2% 17-Feb-97 20:13:38 +dispatch.c
  119.      224      65 70.9% 15-Feb-97 12:41:50 +endcode.asm
  120.     4668    2626 43.7% 17-Feb-97 20:14:36 +fillbar.image
  121.     7600    4177 45.0% 17-Feb-97 20:14:34 +fillbar.ld
  122.     8744    2223 74.5% 17-Feb-97 20:14:34 +fillbar.map
  123.     2917     994 65.9% 16-Feb-97 02:22:18 +fillbar_ic.doc
  124.     3091    1116 63.8% 16-Feb-97 11:59:58 +fillbar_ic.guide
  125.      184     111 39.6% 17-Feb-97 20:07:00 +fillbar_rev.h
  126.      227     126 44.4% 17-Feb-97 20:07:20 +fillbar_rev.i
  127.        2       2  0.0% 17-Feb-97 20:07:34 +fillbar_rev.rev
  128.        0       0  0.0% 16-Feb-97 12:03:52 +
  129.        0       0  0.0% 16-Feb-97 12:12:24 +
  130.     1728     535 69.0% 16-Feb-97 12:04:34 +fillbar.h
  131.     1115     414 62.8% 16-Feb-97 12:07:40 +fillbar.i
  132.        0       0  0.0% 15-Feb-97 12:41:50 +
  133.     3645    1277 64.9% 15-Feb-97 12:41:50 +classes.h
  134.     2991    1109 62.9% 15-Feb-97 12:41:50 +classes.i
  135.    15653    4709 69.9% 15-Feb-97 12:41:50 +gadgetclass.h
  136.    14948    4818 67.7% 15-Feb-97 12:41:50 +gadgetclass.i
  137.      339     213 37.1% 17-Feb-97 20:10:06 +release.notes
  138.     4260    1238 70.9% 16-Feb-97 12:03:48 +smakefile
  139.     7884    4960 37.0% 16-Feb-97 12:34:48 +test
  140.     4848    1505 68.9% 16-Feb-97 12:34:34 +test.c
  141.     2389    1040 56.4% 17-Feb-97 20:15:26  fillbar-ic.readme
  142. -------- ------- ----- --------- --------
  143.   119766   41645 65.2% 18-Feb-97 02:10:26   32 files
  144.